Skip to content

chore: untrack .maestro/ Auto Run history#36

Merged
chr1syy merged 1 commit into
mainfrom
chore/untrack-maestro
May 7, 2026
Merged

chore: untrack .maestro/ Auto Run history#36
chr1syy merged 1 commit into
mainfrom
chore/untrack-maestro

Conversation

@chr1syy
Copy link
Copy Markdown
Collaborator

@chr1syy chr1syy commented May 7, 2026

Summary

`.maestro/history/*.jsonl` is per-machine state Maestro writes during Auto Run, not source. The current repo has `.maestro/history/history-nuc-ii.jsonl` committed (8 lines from a `feat/feat-cli` worktree run on @chr1syy's `nuc-ii` machine), which should never have been pushed.

  • Add `.maestro/` to `.gitignore`.
  • `git rm --cached -r .maestro` to untrack without deleting working copies.

No code changes; no version bump (this directory was never included in the release tarball anyway — the workflow only ships `dist`, `bin`, `templates`, `package*.json`, `.env.example`, `README.md`, `LICENSE`).

Test plan

  • Working copy of `.maestro/history/history-nuc-ii.jsonl` preserved on disk
  • `git status` after commit: clean
  • After merge: future Auto Run writes to `.maestro/` no longer show up in `git status`

🤖 Generated with Claude Code

Maestro writes per-machine Auto Run history to .maestro/history/*.jsonl;
these are local artifacts and should never have been committed. Add
.maestro/ to .gitignore and untrack the existing
.maestro/history/history-nuc-ii.jsonl. Working copies are preserved.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Warning

Rate limit exceeded

@chr1syy has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 42 minutes and 39 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ba11d376-7a7e-4442-9fc1-b286893c5787

📥 Commits

Reviewing files that changed from the base of the PR and between 48afed6 and 10c1c3e.

📒 Files selected for processing (2)
  • .gitignore
  • .maestro/history/history-nuc-ii.jsonl
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/untrack-maestro

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chr1syy chr1syy merged commit 747976c into main May 7, 2026
3 checks passed
@chr1syy chr1syy deleted the chore/untrack-maestro branch May 7, 2026 18:40
chr1syy added a commit that referenced this pull request May 10, 2026
Brings in installer bugfixes (PRs #33-#35), .maestro/ untrack (#36),
and the docs split (#37) that landed on main after rc was branched.

Conflict resolutions:
- Kept rc's queue error-hiding (PR #39) and per-message logger.error.
- Kept rc's WAL-checkpoint shutdown alongside main's split DB import.
- Combined main's docs split with rc's Slack provider additions in
  README.md, AGENTS.md, .env.example, install.sh, providers.ts,
  migrations.ts.
- Extended config_complete in maestro-relay-ctl.sh to cover the
  Slack key set when ENABLED_PROVIDERS=slack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant